projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d378fd
)
(Fmake_directory_internal): Pass just 2 args to handler.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 07:05:17 +0000
(07:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 07:05:17 +0000
(07:05 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 0e76991cb7ceb3de83bbd48cb3e6843dd101b414..494694782af91a7987b89467c16b53f37015672f 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-1858,7
+1858,7
@@
DEFUN ("make-directory-internal", Fmake_directory_internal,
handler = Ffind_file_name_handler (dirname, Qmake_directory_internal);
if (!NILP (handler))
- return call
3 (handler, Qmake_directory_internal, dirname, Qnil
);
+ return call
2 (handler, Qmake_directory_internal, dirname
);
dir = XSTRING (dirname)->data;